home *** CD-ROM | disk | FTP | other *** search
/ Greenhouse Effect Detection Expriment / NASA Greenhouse Effect Detection Expriment 1992 - Disc 2.iso / software / dos / cdf22pc / help / cdflist.hlp next >
Encoding:
Text File  |  1992-02-11  |  4.8 KB  |  103 lines

  1. The CDFlist program allows you to selectively list all (or a subset
  2. of) the variable data values from a CDF.  The values can be displayed at the
  3. screen, output to a text file, or used to create a new CDF (the new CDF may
  4. be a subset of the original CDF).
  5.  
  6. The user interface to CDFlist is contained on a
  7. single screen which is divided into several fixed windows and
  8. pop-up windows.  The Action Menu controls the execution of
  9. the program. This menu allows you to move to a different
  10. window, start the data output, browse a help file, or
  11. exit the program.  You must return to this menu each
  12. time you want to select a new variable, output option,
  13. listing type, or input CDF.  This menu may be displayed
  14. at any time by entering Ctrl-F.  Use the up and down
  15. arrow keys to highlight a choice in the Action Menu and
  16. then enter a carriage return to execute that function.
  17. Two very important windows are the Keypad Definition
  18. and Message windows. They contain information on keypad
  19. functionality and program status/error messages.
  20.  
  21. When CDFlist is executed (and a CDF and/or directory is not
  22. entered on the command line), you must first specify the
  23. CDF you wish to list.  If you enter
  24. a full disk/directory specification (without a CDF
  25. name), all of the CDFs in the specified directory will
  26. appear in a separate pop-up window.  Use the up and down
  27. arrow keys to choose a CDF and then enter a carriage return
  28. to list that CDF.
  29.  
  30. The Output window will then be
  31. displayed with the valid choices.  Use the up and down
  32. arrow keys to scroll up and down within the menu and then
  33. enter a carriage return to select the desired output option.
  34. If output to an ASCII file or CDF is selected, you will be
  35. prompted for a file/CDF name.  You may enter any
  36. file/CDF name valid for the operating system begin used
  37. or accept the default file/CDF name that appears.  Do not enter a
  38. file extension (it is automatically appended).  The file
  39. extension for a generated text file is .dat.
  40.  
  41. The second window that remains constant on the screen is
  42. the Variable Selection window.  This window allows the
  43. user to select the variables that are
  44. to be listed or put into a CDF along with any desired filters
  45. on the variables.  You will automatically be
  46. placed in this window after you have entered an output
  47. option.  You can also enter this window by entering Ctrl-F
  48. to bring up the Action Menu and then select
  49. the Select Variables menu option.
  50.  
  51. There are three
  52. fields on each line in the Variable Selection window: variable
  53. name, minimum filter value, and maximum filter value.
  54. You can move forward to the next field by entering a carriage
  55. return or backwards to the previous field with a Ctrl-H.  You may
  56. also use the up and down arrow keys to move vertically
  57. through the fields.  When the cursor is positioned in
  58. a variable name field, entering Ctrl-P will 
  59. display the variables in the CDF in a pop-up
  60. window.  Use the arrow keys to highlight a variable
  61. and then enter a carriage return to select it.  You can quit the
  62. pop-up window without selecting a variable by 
  63. entering q (quit).  You may also use the u and d keys to
  64. page up and down in the pop-up window.  The first line
  65. in this pop-up menu contains **SELECT ALL**.
  66. Selecting this item causes all of the
  67. variables in the CDF to be selected.
  68.  
  69. After selecting a variable, the 
  70. cursor is positioned in the minimum filter field.  A
  71. filter is simply the range of data that you would like to
  72. see from the selected variable.  If just specifying a 
  73. minimum filter value is sufficient, a maximum filter value need not be
  74. entered.  You do not have to enter a filter for each
  75. selected variable.  For a line of output (or a set of CDF variable
  76. values) to be written for a given record/indices, each filter must
  77. be passed.  There are two ways to enter
  78. minimum and maximum filters.  The first is by simply
  79. entering the desired values in the appropriate fields.  The
  80. second method can only be used for variables that
  81. consist of a discrete set of values.
  82. This method involves entering a Ctrl-P (when in the
  83. desired filter field) which displays a
  84. pop-up window that contains the discrete values for the variable.
  85. The desired filter value may then be selected.
  86.  
  87. When all of the desired variables and
  88. filters have been selected, enter Ctrl-F to display
  89. the Action Menu.  Selecting Generate Output will cause
  90. the listing or new CDF to be generated.  When CDFlist completes
  91. the generation of the output, the Action Menu is redisplayed.
  92. It may then be used to select a new CDF to list, respecify the output
  93. option, select new variables/filters, get online help, or exit the
  94. program.
  95.  
  96. NOTE:
  97.  
  98. If you are running CDFlist under UNIX, your terminal
  99. output will be limited to 132 chars per line.  If too many variables
  100. have been selected, the output to a terminal screen will be truncated.
  101. Output to a file or CDF, however, will not be affected (as many variables
  102. as desired may be selected).
  103.